From e9664663bf915d5933789ae71c1cd70d685a6572 Mon Sep 17 00:00:00 2001 From: "Matteo F. Vescovi" Date: Sat, 11 Feb 2012 11:59:37 +0100 Subject: [PATCH] debian/rules: DEB_HOST_MULTIARCH variable removed Useless in cdbs/autotools/debhelper environment for Multi-Arch (as in: http://wiki.debian.org/Multiarch/Implementation) Git-Dch: Ignore --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index c6f73d5..bd07034 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk export LDFLAGS += -Wl,--as-needed -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) DEB_DH_MAKESHLIBS_ARGS_libbabl-0.1-0 = "--exclude=/usr/lib/$(DEB_HOST_MULTIARCH)/babl-0.1" -- 2.30.2